@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  color: #a3b3b3;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #004748;
  min-width: 1200px;
  overflow-x: hidden; }

a {
  color: #a3b3b3;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover {
    color: #fff295; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white {
  color: #fff; }

.fc, a.fc {
  color: #004748; }

.whitebg, input.whitebg {
  background: #fff; }

.eeebg, input.eeebg {
  background: #eee; }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.comhead {
  height: 100px;
  width: 100%;
  background: #004748;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 50;
  color: #efecd7;
  min-width: 1200px; }
  .comhead .logo {
    float: left;
    top: 15px;
    left: 10px; }
    .comhead .logo img {
      height: 70px; }
  .comhead .line {
    float: right;
    line-height: 100px;
    opacity: 0.5; }
  .comhead .navbg {
    position: absolute;
    left: 0;
    top: 100px;
    height: 60px;
    width: 100%;
    background: url("../images/initial/darkbg.png") repeat;
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .comhead .navbgsel {
    visibility: visible;
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; }

.comheadbg {
  height: 100px;
  width: 100%;
  clear: both; }

.topsearch {
  float: right;
  margin: 0 5px 0 5px;
  z-index: 10;
  width: 40px;
  height: 40px;
  top: 30px; }
  .topsearch .box {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    overflow: hidden;
    width: 40px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .topsearch .box:hover {
      width: 270px;
      border-color: #eee; }
  .topsearch section {
    position: absolute;
    right: 0;
    top: 0;
    background: #004748;
    height: 40px;
    padding-right: 50px;
    overflow: hidden; }
    .topsearch section .sub {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background: url("../images/search.png") no-repeat center center; }
    .topsearch section .text {
      height: 40px;
      padding: 0 10px;
      width: 200px;
      background: #fff; }

.comnav {
  float: right;
  z-index: 5; }
  .comnav li {
    float: left;
    height: 100px; }
    .comnav li .a1 {
      display: block;
      line-height: 100px;
      height: 100px;
      text-align: center;
      font-size: 18px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      padding: 0 20px;
      border-radius: 20px;
      font-family: 仿宋;
      color: #efecd7;
      background-position: center center;
      background-repeat: no-repeat;
      min-width: 68px; }
      .comnav li .a1 span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-left: 12px;
        background: url("../images/nav01.png") no-repeat left center; }
    .comnav li .box {
      width: 800px;
      position: absolute;
      left: 50%;
      margin-left: -400px;
      top: 100px;
      overflow: hidden;
      visibility: hidden;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0;
      transform: translate(0, 20px);
      -webkit-transform: translate(0, 20px);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      text-align: center; }
      .comnav li .box a {
        line-height: 60px;
        color: #fff;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        margin: 0 10px;
        font-family: 仿宋; }
        .comnav li .box a:hover {
          text-decoration: underline; }
    .comnav li:nth-child(2) .box {
      left: -110px;
      margin: 0;
      text-align: left; }
    .comnav li:last-child .box {
      left: auto;
      margin: 0;
      right: 0;
      text-align: right; }
    .comnav li:hover .a1 {
      color: #004748;
      background-image: url("../images/nav03.png"); }
      .comnav li:hover .a1 span {
        background-image: url("../images/nav02.png"); }
    .comnav li:hover .box {
      visibility: visible;
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px); }
    .comnav li.sel .a1 {
      color: #004748;
      background-image: url("../images/nav03.png"); }
      .comnav li.sel .a1 span {
        background-image: url("../images/nav02.png"); }

.mymap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .mymap li {
    padding: 40px 0 30px 100px;
    border-bottom: 1px dashed #eee;
    line-height: 30px;
    min-height: 30px;
    overflow: hidden; }
    .mymap li .a1 {
      position: absolute;
      left: 0;
      top: 40px;
      right: auto;
      bottom: auto;
      font-size: 18px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      color: #777; }
      .mymap li .a1:hover {
        color: #004748; }
    .mymap li .a2 {
      float: left;
      font-size: 16px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      margin: 0 0 10px 40px;
      color: #777; }
      .mymap li .a2:hover {
        color: #004748; }

.floatbox {
  width: 60px;
  z-index: 20;
  position: fixed;
  right: 10px;
  bottom: 15%;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .floatbox section {
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    opacity: 1;
    visibility: visible; }
    .floatbox section .tit {
      display: block;
      width: 60px;
      height: 60px;
      background: #333 url("../images/initial/float01.png") no-repeat center center;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .floatbox section .phone {
      position: absolute;
      right: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 16px;
      color: #fff;
      background: #004748;
      top: 0;
      width: 160px;
      text-align: center;
      opacity: 0;
      transform: translate(-20px, 0px);
      -webkit-transform: translate(-20px, 0px);
      visibility: hidden;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .floatbox section .sys {
      position: absolute;
      right: 60px;
      height: 60px;
      background: #004748;
      top: 0;
      width: 135px;
      height: 135px;
      padding: 10px;
      text-align: center;
      opacity: 0;
      transform: translate(-20px, 0px);
      -webkit-transform: translate(-20px, 0px);
      visibility: hidden;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .floatbox section.show {
      visibility: hidden;
      opacity: 0; }
    .floatbox section:hover .tit {
      background-color: #004748; }
    .floatbox section:hover .phone, .floatbox section:hover .sys {
      opacity: 1;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      visibility: visible; }

.floatbox_sel {
  opacity: 1;
  visibility: visible; }

.indexbanner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 910px; }
  .indexbanner menu {
    height: 100%; }
    .indexbanner menu a {
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      width: 100%;
      margin: 0 auto;
      background-size: cover;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .indexbanner .main {
    display: none; }

.indexbannernum {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  left: 0; }
  .indexbannernum span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    line-height: 0px;
    font-size: 0px;
    margin: 0 5px;
    z-index: 5;
    background: url("../images/change01.png") no-repeat center center; }
    .indexbannernum span.sel {
      background-image: url("../images/change02.png"); }

.indexpart01 {
  height: 767px;
  width: 100%;
  background: url("../images/photos/bg02.jpg") no-repeat center center;
  overflow: hidden; }
  .indexpart01 .box {
    width: 1250px;
    margin: 80px auto 0; }
  .indexpart01 .video {
    float: right;
    width: 887px;
    top: 80px; }
    .indexpart01 .video img {
      display: block; }
    .indexpart01 .video i {
      z-index: 5;
      position: absolute;
      left: 50%;
      top: 50%;
      right: auto;
      bottom: auto;
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px;
      background: url("../images/video.png") no-repeat center center; }
  .indexpart01 section {
    max-width: 120px;
    writing-mode: vertical-rl;
    float: left;
    color: #a3b3b3;
    margin-right: 50px;
    height: 440px;
    padding-top: 30px;
    line-height: 40px; }
    .indexpart01 section a {
      color: #efecd7;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .indexpart01 section a:hover {
        color: #fff; }

.indexpart02 {
  height: 620px;
  width: 100%;
  background: url("../images/photos/bg03.jpg") no-repeat center center;
  overflow: hidden;
  padding-top: 63px; }
  .indexpart02 .banner05 .box01 ul li {
    width: 335px;
    height: 395px;
    background: url("../images/list01.png") no-repeat center top;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .indexpart02 .banner05 .box01 ul li .a1 {
      display: block;
      width: 315px;
      height: 275px;
      margin: 30px auto;
      background: url("../images/photos/img01-1.png") no-repeat center center; }
    .indexpart02 .banner05 .box01 ul li .a2 {
      line-height: 60px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      color: #dde2e2; }
    .indexpart02 .banner05 .box01 ul li:hover {
      background-image: url("../images/list02.png"); }
      .indexpart02 .banner05 .box01 ul li:hover .a2 {
        font-weight: bold; }
  .indexpart02 .banner05 .box02 {
    width: 1500px;
    left: 50%;
    margin-left: -750px;
    top: 120px; }
    .indexpart02 .banner05 .box02 p {
      background: none;
      width: 24px;
      height: 43px;
      opacity: 0.5;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .indexpart02 .banner05 .box02 p.btn01 span {
        background-image: url("../images/page01.png"); }
      .indexpart02 .banner05 .box02 p.btn02 span {
        background-image: url("../images/page02.png"); }
      .indexpart02 .banner05 .box02 p:hover {
        opacity: 1; }

.indexpart03 {
  height: 611px;
  width: 100%;
  background: url("../images/photos/bg04.jpg") no-repeat center center;
  overflow: hidden;
  padding-top: 70px; }
  .indexpart03 section {
    width: 110%;
    overflow: hidden; }
    .indexpart03 section a {
      float: left;
      width: 392px;
      height: 304px;
      overflow: hidden;
      margin-right: 14px; }
      .indexpart03 section a img {
        display: block;
        min-width: 452px;
        min-height: 304px;
        max-width: 452px;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .indexpart03 section a p {
        z-index: 5;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        background: url("../images/dark.png") repeat;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%; }
      .indexpart03 section a:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }

.morebtn {
  display: block;
  width: 147px;
  line-height: 41px;
  height: 41px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  color: #efecd7;
  background: url("../images/more.png") no-repeat center center;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .morebtn:hover {
    color: #fff; }

.comfoot {
  width: 100%;
  overflow: hidden;
  height: 380px;
  background: url("../images/photos/bg01.jpg") no-repeat center center;
  color: #efecd7;
  text-align: center; }
  .comfoot menu {
    width: 480px;
    margin: 0 auto;
    border-top: 1px solid #335a57;
    border-bottom: 1px solid #335a57;
    padding: 15px 0;
    color: #7d9697; }
    .comfoot menu a {
      color: #efecd7;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .comfoot menu a:hover {
        color: #fff295; }
    .comfoot menu span {
      margin: 0 33px; }
  .comfoot .p1 {
    color: #386e6f;
    line-height: 25px;
    margin: 10px 0; }
    .comfoot .p1 a {
      color: #386e6f; }
  .comfoot .wx {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .comfoot .wx span {
      width: 130px;
      height: 130px;
      position: absolute;
      left: -60px;
      top: -155px;
      right: auto;
      bottom: auto;
      padding: 5px;
      background: #fff;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      opacity: 0;
      transform: translate(0, -20px);
      -webkit-transform: translate(0, -20px);
      visibility: hidden; }
      .comfoot .wx span img {
        display: block;
        width: 100%; }
    .comfoot .wx:hover span {
      opacity: 1;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      visibility: visible; }
  .comfoot p:last-child a > img {
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .comfoot p:last-child a > img:hover {
      transform: rotate(1turn);
      -webkit-transform: rotate(1turn);
      transform-origin: center center;
      -webkit-transform-origin: center center; }
  .comfoot img.logo:hover {
    transform: rotateY(1turn);
    -webkit-transform: rotateY(1turn);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }

.pagebox {
  overflow: hidden; }
  .pagebox a, .pagebox span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #7e9e94;
    text-align: center;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    background: #336c6d;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
    margin: 0 3px; }
  .pagebox span {
    background: none; }
  .pagebox a:hover, .pagebox a.sel {
    color: #004748;
    background: #efecd7; }

.winbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 99;
  background: url("../images/dark.png") repeat;
  width: 100%;
  height: 100%; }
  .winbox .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%; }

.loginwin {
  width: 380px;
  padding: 40px 60px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  top: 25%; }
  .loginwin .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../images/close.png") no-repeat center center;
    z-index: 5;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .loginwin .close:hover {
      transform: rotate(0.5turn);
      -webkit-transform: rotate(0.5turn);
      transform-origin: center center;
      -webkit-transform-origin: center center; }
  .loginwin h2 {
    text-align: center;
    font-size: 20px;
    color: #004748;
    margin-bottom: 40px; }
  .loginwin .text {
    width: 96%;
    line-height: 38px;
    height: 38px;
    padding: 0 2%;
    border: 1px solid #ddd;
    margin-bottom: 25px; }
  .loginwin .sub {
    border: none;
    background: #004748;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    border-radius: 5px;
    display: block; }
    .loginwin .sub:hover {
      background: #c3b1a1; }
  .loginwin .bot {
    color: #999;
    margin-top: 30px; }

.con_cha {
  overflow: hidden;
  height: 977px;
  width: 100%;
  background: url("../images/photos/bg05.jpg") no-repeat center top; }
  .con_cha .main {
    margin-top: 280px; }
  .con_cha a {
    display: block;
    height: 260px;
    text-align: center;
    color: #fff;
    padding-top: 140px;
    line-height: 30px;
    width: 590px;
    background: rgba(239, 236, 215, 0.2);
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .con_cha a b {
      display: block;
      font-size: 20px;
      font-weight: 400;
      margin: 10px 0 5px; }
    .con_cha a p {
      color: #c3b1a1;
      font-size: 14px; }
    .con_cha a:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      right: auto;
      bottom: auto;
      border: 1px solid #fff;
      margin: -200px 0 0 -295px;
      transform: scale(0);
      -webkit-transform: scale(0);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .con_cha a:hover {
      background: rgba(0, 71, 72, 0.1); }
      .con_cha a:hover:after {
        transform: scale(1);
        -webkit-transform: scale(1); }

.conbanner {
  display: block;
  width: 100%;
  height: 310px;
  background: url("../images/photos/ad02.jpg") no-repeat center center; }

.conchoose {
  width: 100%;
  text-align: center;
  line-height: 79px;
  height: 79px;
  border-bottom: 1px solid #487973; }
  .conchoose a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 79px;
    height: 79px;
    margin: 0 30px;
    font-size: 18px;
    color: #80a3a4;
    font-family: 仿宋;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .conchoose a:hover {
      color: #efecd7; }
    .conchoose a.sel {
      color: #efecd7;
      background: url("../images/con-nav.png") no-repeat center bottom; }

.chalist {
  width: 110%;
  overflow: hidden;
  margin: 70px 0 60px; }
  .chalist a {
    float: left;
    width: 285px;
    margin-right: 20px;
    height: 600px;
    text-align: center; }
    .chalist a i {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .chalist a p {
      width: 36px;
      padding: 30px 65px 0;
      font-size: 36px;
      color: #efecd7;
      line-height: 50px;
      height: 136px;
      background: url("../images/cha.png") no-repeat center center;
      margin: 0 auto;
      top: 210px; }
    .chalist a:hover i {
      background: rgba(0, 71, 72, 0.4); }

.changbox {
  width: 100%;
  height: 980px;
  background: url("../images/photos/bg06.jpg") no-repeat center center;
  overflow: hidden;
  background-size: 1920px; }
  .changbox section {
    top: 290px;
    margin: 0 auto;
    width: 1200px; }
  .changbox .box {
    float: right;
    width: 845px; }
  .changbox a {
    display: block;
    padding-top: 40px;
    height: 150px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 340px;
    margin-bottom: 15px; }
    .changbox a img {
      display: block;
      height: 42px;
      margin: 0 auto; }
    .changbox a b {
      display: block;
      font-weight: 400;
      font-size: 20px;
      margin: 10px 0 10px;
      color: #fff;
      position: relative; }
    .changbox a p {
      font-size: 14px;
      color: #c3b1a1; }
    .changbox a i {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: rgba(239, 236, 215, 0.14);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .changbox a:before {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: url("../images/photos/bg06.jpg") no-repeat;
      content: '';
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -ms-filter: blur(5px);
      -o-filter: blur(5px);
      filter: blur(5px); }
    .changbox a:after {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      opacity: 0;
      border: 1px solid #fff;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      content: ''; }
    .changbox a.a1 {
      height: 255px;
      padding-top: 140px; }
      .changbox a.a1:before {
        background-position: -360px -290px; }
    .changbox a.a2:before {
      background-position: -715px -290px; }
    .changbox a.a3 {
      width: 490px; }
      .changbox a.a3:before {
        background-position: -1070px -290px; }
    .changbox a.a4 {
      width: 490px; }
      .changbox a.a4:before {
        background-position: -715px -495px; }
    .changbox a.a5:before {
      background-position: -1220px -495px; }
    .changbox a:hover i {
      background: rgba(0, 71, 72, 0.1); }
    .changbox a:hover:after {
      opacity: 1; }

.conmenu {
  height: 70px;
  text-align: center; }
  .conmenu a {
    color: #80a3a4;
    font-family: 仿宋;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    font-size: 16px;
    line-height: 50px;
    margin: 0 25px; }
    .conmenu a:hover, .conmenu a.sel {
      color: #efecd7; }

.prolist {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto; }
  .prolist ul {
    width: 110%; }
    .prolist ul li {
      float: left;
      width: 285px;
      height: 345px;
      background: url("../images/list01.png") no-repeat center top;
      text-align: center;
      overflow: hidden;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      margin: 0 20px 35px 0;
      background-size: 100%; }
      .prolist ul li .a1 {
        display: block;
        width: 265px;
        height: 245px;
        margin: 20px auto;
        background: url("../images/photos/img01-1.png") no-repeat center center; }
      .prolist ul li .a2 {
        line-height: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        color: #dde2e2; }
      .prolist ul li:hover {
        background-image: url("../images/list02.png"); }
        .prolist ul li:hover .a2 {
          font-weight: bold; }

.centerlist {
  width: 110%;
  overflow: hidden; }
  .centerlist a {
    float: left;
    width: 392px;
    height: 304px;
    overflow: hidden;
    margin-right: 14px;
    margin-bottom: 30px; }
    .centerlist a img {
      display: block;
      min-width: 452px;
      min-height: 304px;
      max-width: 452px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .centerlist a p {
      z-index: 5;
      position: absolute;
      left: 0;
      bottom: 0;
      text-align: center;
      background: url("../images/dark.png") repeat;
      line-height: 50px;
      height: 50px;
      font-size: 16px;
      color: #fff;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%; }
    .centerlist a:hover img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05); }

.conbox {
  width: 100%;
  height: 970px;
  background: url("../images/photos/bg07.jpg") no-repeat center top;
  overflow: hidden;
  background-size: 1920px; }

.culbox {
  width: 110%; }
  .culbox a {
    float: left;
    width: 285px;
    height: 180px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    text-align: center;
    padding-top: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0 19px 20px 0; }
    .culbox a i {
      display: block;
      height: 75px;
      width: 100%;
      background: url("../images/cul01.png") no-repeat center center;
      position: relative;
      z-index: 5; }
    .culbox a b {
      display: block;
      font-size: 20px;
      margin-bottom: 5px;
      font-weight: 400;
      z-index: 5;
      position: relative; }
    .culbox a p {
      color: #c3b1a1;
      font-size: 14px;
      z-index: 5; }
    .culbox a:before {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: url("../images/photos/bg07.jpg") no-repeat;
      content: '';
      background-size: 1920px;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -ms-filter: blur(5px);
      -o-filter: blur(5px);
      filter: blur(5px); }
    .culbox a:nth-child(1):before {
      background-position: -360px -290px; }
    .culbox a:nth-child(2):before {
      background-position: -664px -290px; }
    .culbox a:nth-child(3):before {
      background-position: -968px -290px; }
    .culbox a:nth-child(4):before {
      background-position: -1272px -290px; }
    .culbox a:nth-child(5):before {
      background-position: -360px -510px; }
    .culbox a:nth-child(6):before {
      background-position: -664px -510px; }
    .culbox a:nth-child(7):before {
      background-position: -968px -510px; }
    .culbox a:nth-child(8):before {
      background-position: -1272px -510px; }
    .culbox a:after {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      content: '';
      background: rgba(239, 236, 215, 0.14); }
    .culbox a:hover:after {
      background: rgba(0, 71, 72, 0.1);
      border-color: #fff; }

.cullist a {
  float: left;
  display: block;
  height: 170px;
  width: 590px;
  background: url("../images/photos/img03.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 20px; }
  .cullist a:nth-child(even) {
    float: right; }

.storybox {
  width: 100%;
  min-height: 237px;
  background: url("../images/story.png") no-repeat center top;
  overflow: hidden; }

.storymenu {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto; }
  .storymenu ul {
    width: 1000%;
    overflow: hidden; }
    .storymenu ul li {
      float: left;
      width: 10%;
      overflow: hidden; }
      .storymenu ul li menu {
        height: 237px; }
        .storymenu ul li menu a {
          position: absolute;
          left: 200px;
          top: 121px;
          right: auto;
          bottom: auto; }
          .storymenu ul li menu a i {
            position: absolute;
            left: -9px;
            top: -9px;
            right: auto;
            bottom: auto;
            width: 18px;
            height: 18px;
            background: #fff;
            border-radius: 50%; }
          .storymenu ul li menu a p {
            line-height: 30px;
            width: 70px;
            position: absolute;
            left: -35px;
            top: -50px;
            right: auto;
            bottom: auto;
            text-align: center;
            font-size: 24px;
            color: #a3b3b3; }
          .storymenu ul li menu a:nth-child(2) {
            left: 557px;
            top: 173px; }
          .storymenu ul li menu a:nth-child(3) {
            left: 780px;
            top: 155px; }
          .storymenu ul li menu a:nth-child(4) {
            left: 1014px;
            top: 160px; }
          .storymenu ul li menu a:hover p, .storymenu ul li menu a.sel p {
            font-weight: bold;
            color: #fff; }
          .storymenu ul li menu a:hover i, .storymenu ul li menu a.sel i {
            width: 20px;
            height: 20px;
            left: -10px;
            top: -10px; }
          .storymenu ul li menu a:hover:before, .storymenu ul li menu a.sel:before {
            content: '';
            position: absolute;
            left: -15px;
            top: -15px;
            right: auto;
            bottom: auto;
            width: 30px;
            height: 30px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%; }
      .storymenu ul li .box {
        width: 1080px;
        margin: 50px auto 0; }
        .storymenu ul li .box section {
          overflow: hidden;
          color: #a3b3b3;
          line-height: 30px;
          display: none; }
          .storymenu ul li .box section .img {
            float: left; }
          .storymenu ul li .box section p {
            float: right;
            width: 700px;
            padding-top: 40px; }
  .storymenu .page {
    width: 100%;
    z-index: 5; }
    .storymenu .page span {
      width: 48px;
      height: 48px;
      position: absolute;
      top: 72px;
      cursor: pointer;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .storymenu .page span#last {
        background: url("../images/story01.png") no-repeat center center;
        left: 0; }
        .storymenu .page span#last:hover {
          background-image: url("../images/story01-1.png"); }
      .storymenu .page span#next {
        background: url("../images/story02.png") no-repeat center center;
        right: 0; }
        .storymenu .page span#next:hover {
          background-image: url("../images/story02-1.png"); }

.companylist {
  width: 105%;
  overflow: hidden; }
  .companylist a {
    float: left;
    padding: 5px;
    border: 2px solid #789a90;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    color: #a3b3b3;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    margin: 0 20px 20px 0; }
    .companylist a p {
      border: 1px solid #789a90;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 0 20px; }
    .companylist a:hover {
      color: #004748;
      background: #efecd7; }

.companylist01 a {
  width: 140px; }
  .companylist01 a p {
    padding: 0; }

.companylist02 a {
  width: 209px; }
  .companylist02 a p {
    padding: 0; }

.companylist03 a {
  width: 270px; }
  .companylist03 a p {
    padding: 0; }

.essaybox {
  line-height: 40px;
  color: #a3b3b3; }

.sharebox {
  height: 34px;
  text-align: center;
  background: #003c3d;
  padding: 15px 0; }
  .sharebox a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
    width: 34px;
    line-height: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffa72b url("../images/share01.png") no-repeat center center;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .sharebox a:nth-child(2) {
      background-color: #d63a3a; }
    .sharebox a:nth-child(3) {
      background-color: #57c282; }
    .sharebox a:hover {
      background-color: #004748; }

.jiubox {
  width: 1200px;
  overflow: hidden;
  top: 290px;
  margin: 0 auto; }
  .jiubox section {
    width: 110%; }
    .jiubox section a {
      float: left;
      width: 285px;
      margin: 0 19px 20px 0;
      text-align: center;
      line-height: 30px;
      padding-top: 130px;
      height: 270px;
      color: #fff; }
      .jiubox section a .img {
        display: block;
        height: 43px;
        margin: 0 auto;
        z-index: 5; }
      .jiubox section a b {
        display: block;
        font-size: 20px;
        margin: 10px 0 0;
        position: relative;
        z-index: 5;
        font-weight: 400; }
      .jiubox section a p {
        color: #c3b1a1;
        font-size: 14px;
        z-index: 5; }
      .jiubox section a i {
        background: url("../images/photos/bg08.jpg") no-repeat;
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 100%;
        background-position: -360px -290px;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        -o-filter: blur(5px);
        filter: blur(5px); }
      .jiubox section a:nth-child(2) i {
        background-position: -664px -290px; }
      .jiubox section a:nth-child(3) i {
        background-position: -968px -290px; }
      .jiubox section a:nth-child(4) i {
        background-position: -1272px -290px; }
      .jiubox section a:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 100%;
        background: rgba(239, 236, 215, 0.14);
        z-index: 1;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .jiubox section a:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        right: auto;
        bottom: auto;
        width: 283px;
        height: 398px;
        border: 1px solid #efecd7;
        z-index: 2;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        margin: -199px 0 0 -141px;
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0; }
      .jiubox section a:hover:before {
        background: rgba(0, 71, 72, 0.1); }
      .jiubox section a:hover:after {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1; }

.jiubox01 section a i {
  background-image: url("../images/photos/bg09.jpg"); }

.jiubox02 section a {
  width: 590px; }
  .jiubox02 section a i {
    background-image: url("../images/photos/bg10.jpg"); }
  .jiubox02 section a:nth-child(2) i {
    background-position: -970px -290px; }
  .jiubox02 section a:after {
    width: 588px;
    margin-left: -294px; }

.jiubox03 section a {
  width: 382px; }
  .jiubox03 section a i {
    background-image: url("../images/photos/bg11.jpg"); }
  .jiubox03 section a:nth-child(2) i {
    background-position: -761px -290px; }
  .jiubox03 section a:nth-child(3) i {
    background-position: -1162px -290px; }
  .jiubox03 section a:after {
    width: 382px;
    margin-left: -191px; }

.newslist {
  display: block;
  overflow: hidden;
  margin-bottom: 35px;
  color: #a3b3b3;
  padding: 40px 30px 0 390px;
  height: 202px;
  background: #003232 url("../images/listbg.png") no-repeat right center;
  line-height: 25px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .newslist .img {
    width: 362px;
    height: 242px;
    background: url("../images/photos/img05.jpg") no-repeat center center;
    background-size: cover;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto; }
  .newslist .a1 {
    color: #c3b1a1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .newslist .p1 {
    margin-top: 5px; }
  .newslist .p2 {
    margin: 15px 0;
    height: 50px;
    overflow: hidden; }
  .newslist .a2 {
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    color: #a3b3b3; }
    .newslist .a2:hover {
      color: #c3b1a1; }
  .newslist:hover .img {
    opacity: 0.7; }
  .newslist:hover .a1 {
    color: #efecd7;
    font-weight: bold; }

.newslist01 {
  padding-left: 30px; }
  .newslist01 .img {
    display: none; }

.newsarticle {
  line-height: 30px; }
  .newsarticle .tit {
    font-size: 30px;
    text-align: center;
    color: #fff; }
  .newsarticle .time {
    margin: 15px 0 50px;
    text-align: center; }
    .newsarticle .time span {
      margin-left: 10px; }
  .newsarticle .box {
    overflow: hidden; }
  .newsarticle .page {
    border-top: 1px solid #407273;
    padding-top: 30px;
    margin-top: 30px; }
    .newsarticle .page p {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .newsarticle .page p a {
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        color: #a3b3b3; }
        .newsarticle .page p a:hover {
          color: #efecd7; }

.downlist {
  width: 110%;
  overflow: hidden; }
  .downlist li {
    float: left;
    width: 220px;
    margin: 0 105px 20px 0; }
    .downlist li p {
      text-align: center;
      color: #fff;
      font-size: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 40px;
      height: 40px; }
    .downlist li .a1 {
      display: block;
      width: 220px;
      height: 220px;
      overflow: hidden;
      background: #043536 url("../images/down02.png") no-repeat center center; }
      .downlist li .a1 i {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/down01.png") no-repeat center center;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        bottom: 220px;
        position: relative; }
      .downlist li .a1:hover i {
        bottom: 0; }

.leavebox {
  width: 1000px;
  margin: 0 auto 50px;
  overflow: hidden; }
  .leavebox .p1 {
    width: 450px;
    padding: 0 20px;
    height: 50px;
    background: #003232;
    overflow: hidden;
    margin-bottom: 25px; }
    .leavebox .p1 .text {
      width: 100%;
      height: 50px;
      font-size: 16px;
      color: #fff; }
  .leavebox .p2 {
    float: left;
    width: 250px; }
  .leavebox .yzm {
    float: left;
    margin-left: 20px; }
    .leavebox .yzm img {
      display: block;
      height: 50px; }
  .leavebox textarea {
    padding: 20px;
    width: 960px;
    background: #003232;
    color: #fff;
    height: 120px;
    border: none;
    margin-bottom: 25px; }
  .leavebox .sub {
    border: none;
    background: #efecd7;
    color: #004748;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 200px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    border-radius: 5px;
    display: block; }
    .leavebox .sub:hover {
      background: #a3b3b3; }

.bookbox {
  line-height: 30px;
  padding-bottom: 30px; }

.thetit {
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff; }

.floorbox {
  position: fixed;
  left: 50%;
  top: 300px;
  right: auto;
  bottom: auto;
  z-index: 20;
  margin-left: 630px;
  width: 55px; }
  .floorbox p {
    text-align: center;
    color: #efecd7;
    font-family: 仿宋;
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 16px; }
    .floorbox p i {
      display: block;
      width: 53px;
      height: 53px;
      background: url("../images/floor01.png") no-repeat center center;
      border: 1px solid #efecd7;
      border-radius: 50%;
      margin-bottom: 5px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .floorbox p i.ico02 {
        background-image: url("../images/floor02.png"); }
      .floorbox p i.ico03 {
        background-image: url("../images/floor03.png"); }
    .floorbox p.sel i {
      background-color: #efecd7;
      background-image: url("../images/floor01-1.png"); }
      .floorbox p.sel i.ico02 {
        background-image: url("../images/floor02-1.png"); }
      .floorbox p.sel i.ico03 {
        background-image: url("../images/floor03-1.png"); }

/*# sourceMappingURL=style.css.map */
